home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Unix / config / cf / FreeBSD.cf < prev    next >
Text File  |  1995-07-12  |  1KB  |  66 lines

  1. XCOMM platform:  $XConsortium: FreeBSD.cf,v 1.4 95/01/05 19:39:23 kaleb Exp $
  2.  
  3. #define OSName            FreeBSD 1.1
  4. #define OSVendor          /**/
  5. XCOMM operating system:  OSName
  6. #define OSMajorVersion    1
  7. #define OSMinorVersion    1
  8. #define OSTeenyVersion    0
  9.  
  10. #define HasPutenv       YES
  11. #define HasBSD44Sockets YES
  12.  
  13. #define CppCmd          /usr/libexec/cpp -traditional
  14. #define PreProcessCmd   /usr/libexec/cpp -traditional
  15. #undef  InstallCmd
  16. #define InstallCmd /usr/bin/install
  17.  
  18. #define UseGas        YES
  19. #ifndef GccUsesGas
  20. # define GccUsesGas    YES
  21. #endif
  22.  
  23. #ifndef AsmDefines
  24. #  define AsmDefines -DUSE_GAS
  25. #endif
  26.  
  27. #if GccUsesGas
  28. # define GccGasOption -DGCCUSESGAS
  29. #else
  30. # define GccGasOption /**/
  31. #endif
  32.  
  33. #ifndef HasGcc2
  34. # define HasGcc2 YES
  35. #endif
  36.  
  37. #define CcCmd gcc
  38. #define DefaultCCOptions /**/
  39.  
  40. #ifdef i386Architecture
  41. #define OptimizedCDebugFlags -m486 -O2
  42. #else
  43. #define OptimizedCDebugFlags -O2
  44. #endif
  45. #define ServerOSDefines    XFree86ServerOSDefines -DDDXTIME
  46. #define ServerExtraDefines GccGasOption
  47.  
  48. #define StandardDefines    -DCSRG_BASED
  49. #define XawI18nDefines  -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
  50.  
  51. #define TroffCmd        groff -Tps
  52. #define SetTtyGroup     YES
  53. #define HasNdbm         YES
  54. #define HasShm          YES
  55. #define HasWChar32      YES
  56.  
  57. #define HasLibCrypt    YES
  58.  
  59. #define AvoidNullMakeCommand YES
  60.  
  61. #include <bsdLib.rules>
  62.  
  63. #ifdef i386Architecture
  64. #include <xfree86.cf>
  65. #endif
  66.